Java Mine
|
Parameters |
Description |
int sensorID |
Unique numeric identifier of the sensor that sent the data |
int profileID |
numeric identifier of the type of sensor that sent this message |
Calendar messageDate |
Date this data was generated |
int state |
Numeric representation of 8 bit flags. flag in position 2 signifies if message was generated from the sensor aware state. Other flags are profile specific |
int signalStrength |
Strength of RF signal from the sensor |
double voltage |
Voltage of source powering sensor |
byte[] data |
Byte array of the raw data sent from the sensor |
Constructs object and populates values
@2015 all rights reserved
|
What do you think about this topic? Send feedback!
|